|
FEXP Solver
1.0.0.0
|
Class represents #GEOMETRY.nodes block. More...
#include <FEXPSerializeData.h>


Public Member Functions | |
| CFEXPGeomNodes () | |
| virtual | ~CFEXPGeomNodes () |
| virtual std::string | GetContainerName () const override |
| virtual void | CreateData (const std::string &tab_key, const std::vector< std::string > &tab_def, const std::vector< std::string > &lines) override |
| virtual bool | ContainsTab (const std::string &key) override |
| template<typename TData > | |
| std::enable_if< std::is_base_of< ICFEXPSerialDataTableBase, TData >::value, Ptr< TData > >::type | GetTableData () |
Public Member Functions inherited from ICFEXPSerialDataBase | |
| ICFEXPSerialDataBase (const std::string &identifier, const t_FileTableStructMap &tab_map) | |
| virtual | ~ICFEXPSerialDataBase () |
| const std::string | GetIdentifier () const |
Static Public Attributes | |
| static const NmspcFileModelData::EFileBlocks | ID = NmspcFileModelData::EFileBlocks::eBl5 |
Static Protected Attributes | |
| static const std::string | INERROR = "@Error: More values in block for geom. nodes properties!" |
Additional Inherited Members | |
Protected Member Functions inherited from ICFEXPSerialDataBase | |
| const t_FileTableStructMap & | get_cls_map () |
| std::vector< std::string > | split_string (const std::string &str, const std::string &delim) |
| template<typename TValue > | |
| TValue | convert_string_to (const std::string &txt) |
Class represents #GEOMETRY.nodes block.
| CFEXPGeomNodes::CFEXPGeomNodes | ( | ) |
|
inlinevirtual |
|
inlineoverridevirtual |
Implements ICFEXPSerialDataBase.
|
overridevirtual |
Implements ICFEXPSerialDataBase.
|
inlineoverridevirtual |
| std::enable_if< std::is_base_of< ICFEXPSerialDataTableBase, TData >::value, Ptr< TData > >::type CFEXPGeomNodes::GetTableData | ( | ) |
|
static |
|
staticprotected |